From b03f6d387bfba2cf7934ee36fc9e224e087131a1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 9 Jan 1994 23:24:57 +0000 Subject: [PATCH] (vendor-key-syms): Fixed typo (extra parens). --- lisp/term/x-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index a40d1187879..3882f2a7a6f 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -529,7 +529,7 @@ This returns ARGS with the arguments that have been processed removed." ;; These are for Sun. (392976 . f35) (392977 . f36) - (393056 . req))) + (393056 . req) )) ;;;; Selections and cut buffers -- 2.30.2